home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
iconv8_l.arc
/
IDOL.ARC
/
LABELGEN.IOL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-03-19
|
230 b
|
10 lines
class labelgen : Sequence(prefix,postfix)
method activate()
return self.prefix||self$Sequence.activate()||self.postfix
end
initially
/(self.prefix) := ""
/(self.postfix) := ""
/(self.bounds) := [50000]
end